CGI.varIsFile

Check to see if a cgi variable with name is a file or not.

returns true if the cgi variable is file.

  1. bool varIsFile(string name)
    class CGI
    bool
    varIsFile
    (
    string name
    )
  2. bool varIsFile(string name, int index)

Meta